#include <stdio.h>int main() { int a, b, c; a=20; b=30; c=a+b; printf("The sum of %d and %d=%d",a,b,c); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login